Fixing pytest decorator usage#217
Closed
MaximilianSoerenPollak wants to merge 7 commits intoeclipse-score:mainfrom
Closed
Fixing pytest decorator usage#217MaximilianSoerenPollak wants to merge 7 commits intoeclipse-score:mainfrom
MaximilianSoerenPollak wants to merge 7 commits intoeclipse-score:mainfrom
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
Contributor
Author
PiotrKorkus
reviewed
Jan 16, 2026
|
|
||
| import pytest | ||
| from testing_utils import LogContainer, ScenarioResult | ||
| from attribute_plugin import add_test_properties |
Contributor
There was a problem hiding this comment.
Could you add this file https://github.com/eclipse-score/reference_integration/blob/main/feature_integration_tests/test_cases/test_properties.py and decorator via it?
This will allow non-bazel execution
tests/python_test_cases/pytest.ini
Outdated
| env = D:RUST_BACKTRACE = 1 | ||
| junit_family = xunit1 | ||
| filterwarnings = | ||
| error |
Contributor
There was a problem hiding this comment.
I think this one is too general and shouldnt be added
PiotrKorkus
reviewed
Jan 16, 2026
Contributor
Author
|
#224 fixes the conflicts etc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Exchanging pytest marks to pytest decorator for XML attributes.
This PR needs this PR in docs as code to be merged & a new release of Docs-as-code first=> eclipse-score/docs-as-code#347